ResponseHandler

Undocumented in source.

Constructors

this
this(RequestHandler handle)
Undocumented in source.

Members

Functions

sendBody
void sendBody(ubyte[] data, bool iseom)
Undocumented in source.
sendChunkHeader
void sendChunkHeader(size_t len)
Undocumented in source.
sendChunkTerminator
void sendChunkTerminator()
Undocumented in source.
sendEOM
void sendEOM()
Undocumented in source.
sendHeaders
void sendHeaders(HTTPMessage headers)
Undocumented in source.
sendHeadersWithEOM
void sendHeadersWithEOM(HTTPMessage headers)
Undocumented in source.
sendTimeOut
void sendTimeOut()
Undocumented in source.
sendWsData
void sendWsData(OpCode code, ubyte[] data)
Undocumented in source.
socketWrite
void socketWrite(ubyte[] data, DataWrittenHandler cback)
Undocumented in source. Be warned that the author may not have intended to support it.
socketWrite
void socketWrite(StreamWriteBuffer buffer)
Undocumented in source.

Variables

_upstream
RequestHandler _upstream;
Undocumented in source.

Meta